Oops ... your browser doesn't support the HTML5 canvas element

Assignment 3: Texture Cubes

An exercise in implementing texture mapping. Cube 1 uses an image of rocks and pebbles as its texture, and uses nearest-neighbor texture filtering. Cube 2 uses an image of everyone's favorite doggo, and uses trilinear filtering and mip-mapping. The texture has also been zoomed out and repeated.

Below are the controls for this assignment:

Return to the WebGL projects page here.